home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Light ROM 1
/
LIGHT-ROM 1 (Amiga Library Services)(1994).iso
/
ffdisks
/
d919.lha
/
BBBF
/
FileVirLib
/
DetQuick.Doc
< prev
next >
Wrap
Text File
|
1993-10-04
|
2KB
|
58 lines
DetectQuick 2.04
A file/link-virus dectector by Johan Öhman.
Wellcome to this programme, which is intended to be
used as a virus-hunter.
It is based on the RemoveLink.library (also by me)
and it ment to show the right use of the library too
(Kind of a demonstation programme).
Ofcause it works 100% with the covered viruses.
(If you want to see all the viruses covered,
just use the 'ShowVList' programme, also in this
package).
It is basicly a kind of a 'dir' command,
which shows the files, and if they are
infected, this prog. shows that.
The file-reading procedure has been developed
to read files very fast, and it really is fast!
It is possible to use this prog. under WorkBench,
but then you have to give the volume you want to
check as an arg.
(You can easily make a whole directory checker this way!)
If the detector finds a infected file, use your newest
viruskiller on it (or why not 'RemQuick' which should
be included in this package too?!)
/ Johan
Additions from 2.01 to 2.04:
The scan speed is improved very much.
This is due to the smart(er)-load routine,
which only reads the first hunk of the file.
(That is enough for the library, to determine
a fileinfection, when you are using the
_LVOGetFileVName.
Please notice that you need to read the whole file
if you are to use the '_LVORemoveLinks' function).
A slight bug has been corrected too.
(A problem when printing the name of the path/disk).
I have also added a '^C' (CTRL - C) detection function,
which will give you the chance to interrupt the scan anytime.
AND ALL THIS WAS ACOMPLISHED WITH THESAME OBJECT CODE SIZE !
Not bad eh !
(Source is included in this version too.)
/Johan